home *** CD-ROM | disk | FTP | other *** search
/ CICA 1993 April / CICA MS Windows - April 1993.iso / unzipped / toolbook / dentstry / install.inf < prev    next >
INI File  |  1992-11-11  |  2KB  |  90 lines

  1. ;
  2. ; AAMN.INF
  3. ;
  4. [dialog]
  5.   caption  = "AAMN demo Installer"
  6.   line0    = "Installing AAMN demo 1.0"
  7.   line1    = "Setup will install AAMN demo into the following directory, which it will create on your hard disk."
  8.   line2    = "To install AAMN demo in a different directory or drive, type the name of the directory you want."
  9.   line3    = "All of the sections have been selected. Unselect any section you do not want installed, then click Continue to begin installation."
  10.   complete = "Installation is complete."
  11. ;
  12. [data]
  13.   setuptype      = 3
  14.   defdir         = C:\DEMOAAMN
  15.   shortname      = DEMOAAMN
  16.   listbox        = yes
  17.   executable     = exe, TBOOK.EXE
  18.   readme         = readme.txt
  19.   modifyautoexec = no
  20. ;
  21. [sections]
  22.   exe, "ToolBook runtime"   , select, protect
  23.   dll, "ToolBook librairies", select, protect
  24.   var, "Miscellaneous files", select, protect
  25.   app, "AAMN demo book"     , select, protect
  26.   wav, "Sound files"        , select, protect
  27. ;
  28. [disks]
  29.   1 =., "AAMN demo v1.0 Disk 1 - Installer"
  30.   2 =., "AAMN demo v1.0 Disk 2"
  31. ;
  32. [needed.space]
  33.   exe =  400000
  34.   dll =  532000
  35.   var =    3000
  36.   app = 1100000
  37.   wav = 1000000
  38. ;
  39. [destinations]
  40.   exe, "0:", "ToolBook runtime"
  41.   dll, "0:", "ToolBook libraries"
  42.   var, "0:", "miscellaneous files"
  43.   app, "0:", "AAMN demo book"
  44.   wav, "0:", "sound files"
  45. ;
  46. [exe]
  47.   1:TBOOK.EXE, "ToolBook Runtime"
  48. ;
  49. [dll]
  50.   1:TBKBASE.DLL, "Library TBKBASE.DLL"
  51.   1:TBKCOMP.DLL, "Library TBKCOMP.DLL"
  52.   1:TBKUTIL.DLL, "Library TBKUTIL.DLL"
  53.   1:TBKFILE.DLL, "Library TBKUTIL.DLL"
  54. ;
  55. [var]
  56.   1:README.TXT, "Read me"
  57. ;
  58. [app]
  59.   1:DEMOAAMN.ICO
  60.   1:DEMOAAMN.TBK, "AAMN demo book - part 1", Save
  61.   2:DEMOAAMN.2  , "AAMN demo book - part 2",, 0:DEMOAAMN.TBK
  62. ;
  63. [wav]
  64.   2:S1.WAV , "sound file S1"
  65.   2:S2.WAV , "sound file S2"
  66.   2:S3.WAV , "sound file S3"
  67.   2:S4.WAV , "sound file S4"
  68.   2:S5.WAV , "sound file S5"
  69.   2:S6.WAV , "sound file S6"
  70.   2:S7.WAV , "sound file S7"
  71.   2:S8.WAV , "sound file S8"
  72.   2:S9.WAV , "sound file S9"
  73.   2:S10.WAV , "sound file S10"
  74.   2:S11.WAV , "sound file S11"
  75.   2:S12.WAV , "sound file S12"
  76.   2:S13.WAV , "sound file S13"
  77.   2:S14.WAV , "sound file S14"
  78.   2:S15.WAV , "sound file S15"
  79.   2:S16.WAV , "sound file S16"
  80. ;
  81. [progman.groups]
  82.   DEMOAAMN, DEMOAAMN.GRP
  83. ;
  84. [DEMOAAMN]
  85.   "DEMOAAMN", app, DEMOAAMN.TBK, DEMOAAMN.ICO
  86. ;
  87. [win.ini]
  88.   Extensions, tbk = "TBOOK.EXE ^.TBK"
  89.   DEMOAAMN, startupBook = DEMOAAMN.TBK
  90.